home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 4 / echo303.zip / ECHODOR.CTL < prev    next >
Text File  |  1990-01-19  |  13KB  |  299 lines

  1. ;Echodor.art
  2. ;
  3. ;Parameter file and area table for the message reader
  4. ;
  5. ;
  6. ;Parameters follow below.
  7. ;
  8. ;             ZONE - The zone number of your system
  9. ;                    this is only used for generations of the net/node
  10. ;                    number placed at the end of the ORIGIN lines
  11. ;
  12. ;             NET - The net address of your system
  13. ;
  14. ;             NODE - The node number of your system
  15. ;
  16. ;             POINT - The point number of your system.  If you don't
  17. ;                     run a point system set this to zero.  This is
  18. ;                     only used to generate the net/node number placed
  19. ;                     at the end of the ORIGIN lines.
  20. ;
  21. ZONE 1
  22. NET 116
  23. NODE 1000
  24. POINT 0
  25. ;
  26. ;             Change this line to your origin line as it appears
  27. ;             in your areas.bbs file to include an " ' " in your
  28. ;             origin line use " '' ".
  29. ;
  30. ; To get:
  31. ;             Star Land's BBS
  32. ;
  33. ; You Enter the origin as:
  34. ;             'Star Land''s BBS'
  35. ;
  36. ;             Also, don't include your net/node number at the end of
  37. ;             the ORIGIN line.  EchoDor will automatically append a
  38. ;             space followed by the NET/NODE number in the form:
  39. ;
  40. ;             (1:116/1000.0)
  41. ;
  42. ORIGIN 'The NEW WorkBench BBS - 615-333-1458 -'
  43. ; The above will appear as:
  44. ;  * ORIGIN: The NEW WorkBench BBS - 615-333-1458 - (1:116/1000.0)
  45. ;
  46. ;             OUTBOUND - This is your outbound file directory
  47. OUTBOUND G:\BINKLEY\OUTBOUND
  48. ;
  49. ;             set this parameter to limit the maximum minutes
  50. ;             allowed per session
  51. MAXUSERTIME 45
  52. ;
  53. ;             This is the command string that will be displayed
  54. ;             at the bottom of the main menu.
  55. COMMANDSTRING 'Main Command ? '
  56. ;
  57. ;             Uncomment the mono command if you are using a monochrome system
  58. ;             and still wish for your users to see ansi color.
  59. ;MONO
  60. ;
  61. ;Ansi screen colors:
  62. ;
  63. ;Prompctolor   - color set for all prompts
  64. ;MsgTextColor  - Color set when displaying/entering message text
  65. ;HilightColor  - Hilight color, should be the same as the "prompt answer color"
  66. ;                of the config menu of the door for best results. It is set
  67. ;                when entering text at the prompts.
  68. ;
  69. ;ScanBarColor  - Set on the top bar of the scan command (Msg#.....From....To...)
  70. ;ScanLinecolor - Set on each line displayed with scan
  71. ;Defaultfore   - color set everything else
  72. ;
  73. PROMPTCOLOR 10
  74. MSGTEXTCOLOR 14
  75. HILIGHTCOLOR 15
  76. SCANBARCOLOR 14
  77. SCANLINECOLOR 13
  78. DEFAULTFORE 11
  79. ;
  80. ;                This is the 7 letter file name (without extension!)
  81. ;                for the main menu files.  This is what is displayed to
  82. ;                users that do not run in Expert mode.
  83. MENUFILE ECHOMEN
  84. ;
  85. ;                Help Files. The echomail door allows you to set up a
  86. ;                help system to inform your users of the commands
  87. ;                available to them as well as information on how echomail
  88. ;                works, what it's good for, etc. There are two types of
  89. ;                help files:
  90. ;
  91. ;                1) the help menu. The help menu is a sort of table-of-contents
  92. ;                   of all of the help files
  93. ;                2) the actual help files. The help menu is simply the help
  94. ;                   path/prefix and the help files are the path\prefix with a
  95. ;                   number added on. (i.e. if the prefix was c:\binkley\echohlp)
  96. ;                   then help menu would be "C:\binkley\echohlp" and the help
  97. ;                   files would be "C:\binkley\echohlp1",
  98. ;                   "C:\binkley\echohlp2", etc.
  99. ;
  100. ;HelpFilePrefix - The help file path/prefix (do not include extension)
  101. ;NumHelpFiles   - Number of help files (not including menu)
  102. ;
  103. HELPFILEPREFIX ECHOHLP
  104. NUMHELPFILES 5
  105. ;
  106. ;Sysopname -   Enter one statement for each person who you wish to have access
  107. ;              to the sysop conference. Each name must be enclosed in single
  108. ;              quotes. For more than one sysop, enter multiple statements.
  109. ;              There was a problem in prior versions of EchoDor where the
  110. ;              sysop name here and that generated when running as a door could
  111. ;              be different.  This has been corrected.
  112. ;
  113. ;Commentname - Enter one and only one name for the person who will receive
  114. ;              comments to the sysop.
  115. ;
  116. ;Commentarea - This is the area where the comments will go.
  117. ;
  118. ;NoComment   - Disables the comment feature (useful for rbbs sysops)
  119. ;
  120. SYSOPNAME 'Robert McCullough'
  121. COMMENTNAME 'Robert McCullough'
  122. COMMENTAREA 99
  123. ;NOCOMMENT
  124. ;
  125. ;NoIgnore   - This will disable the ignore command. The ignore command is used
  126. ;             to exclude certain areas from the message check. This is useful
  127. ;             if you have a lot of echos in which checking all of them may take
  128. ;             a very long time.
  129. ;
  130. ;NoSetNational - On Default, echodor will set everyones ignore status to
  131. ;                ignore the national echos. This option will disable that.
  132. ;NOIGNORE
  133. NOSETNATIONAL
  134. ;
  135. ;Welcome - The name of the welcome file that is to be displayed every time a
  136. ;          user accesses the echomail door. The filename should be 7
  137. ;          characters with no extension. A "G" or "C" will be appeneded to the
  138. ;          end of the name if the user is using graphics or ansi modes. If the
  139. ;          graphics version of the file does not exist, then it will default
  140. ;          to the non-graphics file.
  141. ;
  142. WELCOME ECHOWEL
  143. ;
  144. ;NODELISTPATH - This is the location of the NODELIST.IDX and the NODELIST.DAT
  145. ;               files.  These files are Version 6 files.  The path name spec-
  146. ;               ified should NOT include a trailing backslash.  If this line
  147. ;               is omitted then the NODELIST.IDX and NODELIST.DAT files will
  148. ;               be assumed to be in the default directory.
  149. ;
  150. NODELISTPATH G:\Nodelist
  151. ;
  152. ;SCANLOGNAME - This is the name of the file created by EchoDor to indicate
  153. ;              the names of the echos which have new messages entered.
  154. ;
  155. SCANLOGNAME scanlog.ctl
  156. ;
  157. ;Area table follows. Each area must be listed one per line, in the order
  158. ;you wish them to be displayed. Here is a listing of the parameters that
  159. ;must be present on the line:
  160. ;
  161. ;Num: This field is used to specify the number that will be assigned to the
  162. ;     conference. Each conference should be assigned a different number. The
  163. ;     area number is used to keep track of the user's last-read pointer and
  164. ;     to keep track of the area membership if it is to be a private area and
  165. ;     you wish to use the sigop utility. The numbers can be in any order you
  166. ;     want. I usually set 1 as my main base, 2-20 as my bbs-only confernces,
  167. ;     50-55 as my local echos, and 60-100 as my echos. Do not exceed 255 for
  168. ;     the number.
  169. ;
  170. ;Area tag: This is that tag that is used to identify what will be put into
  171. ;          the "AREA:" statement of your message. currently, it is done by
  172. ;          confmail for you, so it has no real use here.
  173. ;
  174. ;Listed tag: This tag is listed on each command line in the door. It may
  175. ;            be anything you like and need not be the same as the "area tag".
  176. ;            it is used simply to inform the user of which area he is in.
  177. ;
  178. ;Path: This is a dos path telling where messages for this area are to be
  179. ;      stored. It should include a drive specifier and path with no trailing
  180. ;      backslash (i.e. C:\binkley\messages)
  181. ;
  182. ;T: This is the type of the area and is VERY important to the door. It is used
  183. ;   determine weather the area is echomail, netmail, or local.  Type codes are
  184. ;   as stated below:
  185. ;          E - an echomail area              N - The netmail area (only 1)
  186. ;          B - a local message area          I - An national echo area
  187. ;
  188. ;P: Determines wether or not users will be able to enter private messages into
  189. ;   this area or not. It is sometimes beneficial not to allow users to enter
  190. ;   mail into the echomail areas and some echomail nets will strip the private
  191. ;   flag anyway.
  192. ;
  193. ;F: File transfers - this is a new feature that will soon be developed
  194. ;   allowing users to upload a file, attach it to a message, and send it
  195. ;   to another user. The file will be deleted after it has been sent. Thi
  196. ;   option is not yet available.
  197. ;
  198. ;S: Security.  This is the security level required to access the conference
  199. ;              this information is retrieved from DORINFOx.DEF.
  200. ;
  201. ;WRACC: Access level required to write a message
  202. ;
  203. ;DO NOT ENTER SPACES IN ANY OF THE FIELDS. You must enter spaces to seperate
  204. ;the fields, but you cannot enter them in the middle of any field.
  205. ;
  206. ;It is usually preferable to enter the sysop areas at the end of the list in
  207. ;order to make sure the numbers in the num column of the area table area the
  208. ;same as the numbers in the desctable.
  209. ;
  210. AREATABLE
  211. ;
  212. ;Num Area Tag          Listed tag          Path              T  P  F  S  WRACC
  213. ;--- -----------       -------------       ----------------- -  -  -  -  -----
  214.    1 GAMING            Gaming              G:\CONF\GAMING    B  N  N  1   1
  215.    2 HUMOR             Jokes               G:\CONF\HUMOR     I  N  N  1   1
  216.    3 POLITICS          Politics            G:\CONF\POLITICS  I  N  N  1   1
  217.    4 RBBS_DEV          Rbbs-Dev            G:\CONF\RBBS_DEV  I  N  N  1   1
  218.    5 RBBS-NET          Rbbs-net            G:\CONF\RBBS-NET  I  N  N  10  1
  219.    6 RBBS-SYSOP        RBBS-Sysops         G:\CONF\RBBS-SYS  I  N  N  1   1
  220.    7 RBBS-PC           RBBS-Pc             G:\CONF\RBBS-PC   I  N  N  1   1
  221.    8 DOORWARE          Doors               G:\CONF\DOORS     I  N  N  1   1
  222.    9 DBASE             dbase               G:\CONF\DBASE     I  N  N  1   1
  223.   99 PRIVATE           NETMAIL             G:\BINKLEY\MSGS   N  Y  N  10  1
  224. ;
  225. ENDAREATABLE
  226. ;
  227. ;This area contains the descriptions used for each echo area.  These desc-
  228. ;riptions will be used only if there is no UserAreaList and/or SysopAreaList.
  229. ;Each description is a one line entry.  The first part must be the area number.
  230. ;The number must be followed by a space.  Next comes the description.  The
  231. ;desciption must be less than 70 characters long.  You might also want to
  232. ;include the area name in the description in case the user wants to use that
  233. ;in place of a number.
  234. ;
  235. DESCTABLE
  236. 1 GAMING - Gamers Echo
  237. 2 HUMOR - Humor Echo
  238. 3 POLITICS - Politics Echo
  239. 4 RBBS_DEV - RBBS Development Echo
  240. 5 RBBS-NET - RBBS Net Echo
  241. 6 RBBS-SYSOP - RBBS Sysop Echo
  242. 7 RBBS-PC - RBBS-PC Users Echo
  243. 8 DOORWARE - Sysop Door Ware Echo
  244. 9 DBASE - Dbase Users Echo
  245. 99 PRIVATE - Netmail
  246. ENDDESCTABLE
  247. ;
  248. ;UserArealist - A text file that will be output when the user seletcs
  249. ;               the list areas feature.
  250. ;
  251. ;SysopAreaList - A text file that will be output when the sysop selects
  252. ;                the list areas feature.
  253. ;
  254. ;Uncomment the following to use the text files instead of the desctable.
  255. USERAREALIST USEAREA
  256. SYSOPAREALIST SYSAREA
  257. ;
  258. ;Deleteuser - The number of days of inactivity before a user will be removed
  259. ;             from the door's lastread pointer list.
  260. ;
  261. DELETEUSER 90
  262. ;
  263. ;NodoorMode - Disables/enables certain features if you are using the door
  264. ;             as your PRIMARY message system (i.e. in Scottbbs systems)
  265. ;             instead of as a door. Your bbs should, when the message
  266. ;             system is invoked, drop to dos and run the door in remote
  267. ;             mode if you wish to have echodor as your primary message system.
  268. ;             As far as I know, Today, scottbbs is the only system that
  269. ;             allows this feature.
  270. ;
  271. ;Uncomment the following to run in primary message system mode
  272. ;NODOORMODE
  273. ;
  274. ;  The next two options are for the download mail option. These options
  275. ;will allow your users to pack up mail in an area either To them, From them,
  276. ;Public, or all. The mail is put into a text file specified by the MAILFILE
  277. ;option. Users may download the text file from your bbs's files section
  278. ;(you should enter it into your file directory for one of the areas).  You
  279. ;also wish to arcrive this into .ARC or .ZIP file to speed downloading.
  280. ;
  281. ;Mailfile - The filename (and path) of where you wish mail packed for
  282. ;           download to be placed. It should be in a directory that your
  283. ;           files section can access. You will also have to enter the file
  284. ;           names into your bbs file directory for that area.
  285. ;
  286. ;
  287. MAILFILE Usermail.txt
  288. ;
  289. ;Nopackmail - Disables the packmail feature
  290. ;NOPACKMAIL
  291. ;
  292. ;CLOSINGSTRING - This is displayed to the user as EchoDor exits
  293. CLOSINGSTRING 'Bye Bye Y''all'
  294. ;
  295. ;Always put "end of script" at the end of the script or you may experience
  296. ;problems.
  297. ;
  298. End of script
  299.